output stream

英 [ˈaʊtpʊt striːm] 美 [ˈaʊtpʊt striːm]

网络  输出流; 输出数据流; 輸出流; 输入流; 字节输出流

计算机



双语例句

  1. The design is to use the XSLT output stream to create a new, refined document and an XSLT extension to write the log messages to a separate output stream.
    这个设计是使用XSLT输出流来创建一个新的优化文档和一个XSLT扩展来将日志消息写到另一个输出流。
  2. Since the output stream is a regular file, it is probably good to remove it at the end.
    由于输出流是一个规则的文件,因此最好在结束时将其删除。
  3. Text filtering is the process of taking an input stream of text and performing some conversion on the text before sending it to an output stream.
    文本过滤指的是这样一个过程:获得文本的输入流,并在将文本发送给输出流之前对文本执行一些转换。
  4. If it does, I will set the response header Content-Encoding to gzip and wrapper the response output stream with a GZIP output stream.
    如果支持,我将把响应头Content-Encoding设置为gzip并用GZIP输出流把响应输出流包装起来。
  5. It's a text editor, but unlike file editors such as ed, it edits the input stream and writes to the output stream.
    它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
  6. The buffer size of the response is also set, and the output stream is retrieved from the response in the out variable.
    响应的缓冲区尺寸也进行了设置,输出流也从out变量的响应中得到。
  7. If the output stream was stdout, and if it was redirected to a file, the selected pages will be in that file.
    如果输出流是标准输出,并且被重定向至一个文件,则选定的页将在该文件中。
  8. The output stream of the socket becomes the input stream to the server application and vice-versa.
    套接字的输出流将成为服务器应用程序的输入流,反之亦然。
  9. Obviously, if you wanted to encode and decode in some other format, I would suggest extending the input and output stream.
    如果您希望以其他格式进行编码和解码,我建议您继承输入和输出流,这是很自然的事情。
  10. Finally, each document object is written to an output stream.
    最后,将所有的文档对象写入到输出流。
  11. Stdout is the standard output stream, which displays output from commands.
    stdout是标准输出流,显示来自命令的输出。
  12. Output is to the standard output stream.
    输出将被放入到标准输出流。
  13. The other common operator for redirecting the standard streams is the| ( pipe) operator, which connects the standard output stream of the program on the left hand side to the standard input stream of the program on the right.
    另一个常用于重定向标准流的操作符是(管道)操作符,它可以将左侧程序的标准输出流连接到右侧程序的标准输入流。
  14. Through the file system classes, a Java program can open an input or output stream, open a file for random access, list the contents of a directory, and do other common file system tasks.
    通过文件系统类,Java程序能打开一个输入或输出流,打开一个文件进行随机访问,列示目录内容,以及执行其他常规的文件系统任务。
  15. The final important thing you may note is that a pageContext object is used to access the output buffer for sending content directly to the output stream.
    您要注意的最后一件重要的事情是使用了pageContext对象访问输出缓存以直接向输出流发送内容。
  16. A direct export specifies the table to export in the URI, and the output can be saved directly to a file or an output stream.
    直接导出在URI中指定导出的表,输出可以直接保存到文件或输出流。
  17. The application of one or more predicates may reduce the output stream cardinality.
    应用一个或更多谓词可以减少输出流基数。
  18. You can also construct an XML document from scratch with C++ objects and write this to disk or another output stream.
    你也可以把C++对象构造成一个XML文档然后把它写到磁盘或者另一个输出流中。
  19. Use this method when applying multiple filters in succession to the same output stream.
    当在同一个输出流上连续应用多个过滤器时使用此方法。
  20. The XML document will be written directly to the output stream unless you also specify the transformsource property.
    除非还指定了transformsource属性,否则该xml文档将直接写入输出流。
  21. Otherwise, the original character is placed in the output stream, and the input stream is reset to the original position.
    否则,将原来的字符放到输出流中,并且将输入流重置到原始位置。
  22. Writes the markup for a hidden field to the output stream.
    将隐藏字段的标记写入到输出流中。
  23. Creates a new output stream with the specified compressor and buffer size.
    用指定的压缩器和缓冲区大小创建一个新的输出流。
  24. TinyXML uses a Document Object Model ( DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream.
    TinyXML使用文档对象模型(DOM),这意味着XML数据被解析成一个可被浏览和操作的C++对象,然后它可以被写到磁盘或者另一个输出流中。
  25. If a match is found, the replacement is written to the output stream.
    如果找到匹配项,则将替换单词写入输出流。
  26. Gets or sets the encoding of the captured task standard output stream.
    获取或设置捕获的任务标准输出流的编码。
  27. Primary detailed error messages appear on standard output stream so that it is properly interlaced with other output, thus aiding error analysis.
    主要的详细的错误信息出现在标准输出流中,这样就可以和其它输出交织在一起,用来为错误分析提供帮助。
  28. Serializes the licenses within the specified design-time license context using the specified key and output stream.
    使用指定的密钥和输出流将指定设计时许可证上下文中的许可证序列化。
  29. Creates a new output stream with a default buffer size.
    使用默认缓冲大小创建输出流。
  30. Writes the specified byte to this output stream.
    将指定的字节写入输出流。